[][src]Crate grin_pool

The transaction pool, keeping a view of currently valid transactions that may be confirmed soon.

Re-exports

pub use transaction_pool::TransactionPool;
pub use types::BlockChain;
pub use types::DandelionConfig;
pub use types::PoolAdapter;
pub use types::PoolConfig;
pub use types::PoolEntryState;
pub use types::PoolError;
pub use types::TxSource;

Modules

transaction_pool

Transaction pool implementation leveraging txhashset for chain state validation. It is a valid operation to add a tx to the tx pool if the resulting tx pool can be added to the current chain state to produce a valid chain state.

types

The primary module containing the implementations of the transaction pool and its top-level members.